home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / setup / vbnet / 23 web forms and controls / databinding / blue_on_white.ascx < prev    next >
Encoding:
Text File  |  2002-01-04  |  221 b   |  4 lines

  1. <div style="COLOR: #330099; BACKGROUND-COLOR: white">
  2.   <b><%# DataBinder.Eval(CType(Container, DataListItem).DataItem, "Title") %></b>-
  3.   <%# DataBinder.Eval(CType(Container, DataListItem).DataItem, "price") %>
  4. </div>